home *** CD-ROM | disk | FTP | other *** search
/ Flash MX Savvy / FlashMX Savvy.iso / pc / WIN / FreeHand / Setup.exe / data1.cab / App_Files / English / PPDs / AGACCST1.PPD < prev    next >
Encoding:
PostScript Printer Description  |  2001-08-15  |  26.3 KB  |  608 lines

  1. *PPD-Adobe: "4.0" 
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1993 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "3.1"
  11. *PCFileName: "AGAccSt1.PPD"
  12. *LanguageVersion: English
  13. *Product: "(AGFA AccuSet)"
  14. *PSVersion: "(52.3) 320"
  15. *ModelName: "AGFA-AccuSet"
  16. *NickName:  "AGFA-AccuSet v52.3"
  17.  
  18. *% General Information and Defaults ===============
  19. *FreeVM: "2453510"
  20. *LanguageLevel: 1
  21. *ColorDevice: False
  22. *DefaultColorSpace: Gray
  23. *VariablePaperSize: True
  24. *Extensions: FileSystem
  25. *FileSystem: True
  26. *?FileSystem: "
  27.   statusdict /diskstatus get exec
  28.   exch pop 0 eq {(False)}{(True)}ifelse = flush
  29. "
  30. *End
  31. *Throughput: "1"
  32. *Password: "0"
  33. *ExitServer: "
  34.   count 0 eq {  % is the password on the stack?
  35.     true 
  36.   }{
  37.     dup    % potential password
  38.     statusdict /checkpassword get exec not 
  39.   } ifelse 
  40.   {  %  if no password or not valid 
  41.     (WARNING : Cannot perform the exitserver command.) = 
  42.     (Password supplied is not valid.) = 
  43.     (Please contact the author of this software.) = flush
  44.     quit 
  45.   } if 
  46.   serverdict /exitserver get exec
  47. "
  48. *End
  49. *Reset: "
  50.   count 0 eq {  % is the password on the stack?
  51.     true 
  52.   }{
  53.     dup    % potential password
  54.     statusdict /checkpassword get exec not 
  55.   } ifelse 
  56.   {  %  if no password or not valid 
  57.     (WARNING : Cannot reset printer.) = 
  58.     (Password supplied is not valid.) = 
  59.     (Please contact the author of this software.) = flush
  60.     quit 
  61.   } if 
  62.   serverdict /exitserver get exec
  63.   systemdict /quit get exec
  64.   (WARNING : Printer Reset Failed.) = flush
  65. "
  66. *End
  67.  
  68. *OpenUI *Resolution: PickOne
  69. *OrderDependency: 20 AnySetup *Resolution
  70. *DefaultResolution: 1200x1200dpi
  71. *Resolution 1200x1200dpi: "1200 statusdict /setresolution get exec "
  72. *Resolution 1800x1800dpi: "1800 statusdict /setresolution get exec "
  73. *Resolution 2400x2400dpi: "2400 statusdict /setresolution get exec "
  74. *Resolution 3000x3000dpi: "3000 statusdict /setresolution get exec "
  75. *?Resolution: "
  76. save
  77.   initgraphics
  78.   0 0 moveto currentpoint matrix defaultmatrix transform
  79.   0 72 lineto currentpoint matrix defaultmatrix transform
  80.   3 -1 roll sub dup mul
  81.   3 1 roll exch sub dup mul
  82.   add sqrt round cvi
  83.   (          ) cvs dup print (x) print print (dpi) = flush
  84. restore
  85. "
  86. *End
  87. *CloseUI: *Resolution
  88.  
  89. *% Halftone Information ===============
  90. *ScreenFreq: "100.0"
  91. *ScreenAngle: "45.0"
  92. *DefaultScreenProc: Dot
  93. *ScreenProc Dot: "
  94. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  95. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  96. "
  97. *End
  98. *ScreenProc Line: "{ pop }"
  99. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  100.  
  101. *DefaultTransfer: Null
  102. *Transfer Null: "{ }"
  103. *Transfer Null.Inverse: "{ 1 exch sub }"
  104.  
  105. *% Paper Handling ===================
  106.  
  107. *% Use these entries to set paper size most of the time, unless there is
  108. *% specific reason to use PageRegion.
  109. *% The 3.0 page sizes are for Seperator 3.0 and illustrator 3.0 since they rotates 
  110. *% and clips the regular page sizes
  111. *OpenUI *PageSize: PickOne
  112. *OrderDependency: 30 AnySetup *PageSize
  113. *DefaultPageSize: Letter
  114. *PageSize Letter: "letter"
  115. *PageSize Legal: "legal"
  116. *PageSize Tabloid: "11x17"
  117. *PageSize LARGE: "1008 1944 1 statusdict /setpage get exec"
  118. *PageSize A3: "a3"
  119. *PageSize A4: "a4"
  120. *PageSize A5: "a5"
  121. *PageSize B5: "b5"
  122. *PageSize Letter.Transverse: "Letter"
  123. *PageSize Legal.Transverse: "Legal"
  124. *PageSize A4.Transverse: "A4"
  125. *PageSize A5.Transverse: "A5"
  126. *PageSize B5.Transverse: "B5"
  127. *?PageSize: "
  128. save
  129.  mark  statusdict /pageparams get exec  exch pop
  130.    5 dict
  131.     dup [420 596] (A5.Transverse) put
  132.     dup [516 729] (B5.Transverse) put
  133.     dup [596 842] (A4.Transverse) put
  134.     dup [612 792] (Letter.Transverse) put
  135.     dup [612 1008] (Legal.Transverse) put
  136.    8 dict
  137.     dup [596 420] (A5) put
  138.     dup [729 516] (B5) put
  139.     dup [792 612] (Letter) put
  140.     dup [842 596] (A4) put
  141.     dup [1008 612] (Legal) put
  142.     dup [842 1191] (A3) put
  143.     dup [792 1224] (Tabloid) put
  144.     dup [1008 1130] (LARGE) put
  145.   3 -1 roll 0 eq { pop } { exch pop }ifelse
  146.   (Unknown) exch
  147.   { exch aload pop
  148.     4 index eq exch 5 index eq and
  149.     { exch pop exit } { pop } ifelse
  150.   } bind forall = flush cleartomark
  151. restore
  152. "
  153. *End
  154. *CloseUI: *PageSize
  155. *% These entries will set up the frame buffer. Usually used with manual feed.
  156. *OpenUI *PageRegion: PickOne
  157. *OrderDependency: 40 AnySetup *PageRegion
  158. *DefaultPageRegion: Letter
  159. *PageRegion Letter: "letter"
  160. *PageRegion Legal: "legal"
  161. *PageRegion Tabloid: "11x17"
  162. *PageRegion LARGE: "1008 1944 1 statusdict /setpage get exec"
  163. *PageRegion A3: "a3"
  164. *PageRegion A4: "a4"
  165. *PageRegion A5: "a5"
  166. *PageRegion B5: "b5"
  167. *PageRegion Letter.Transverse: "Letter"
  168. *PageRegion Legal.Transverse:  "Legal"
  169. *PageRegion A4.Transverse: "A4"
  170. *PageRegion A5.Transverse: "A5"
  171. *PageRegion B5.Transverse: "B5"
  172. *CloseUI: *PageRegion
  173.  
  174. *% The following entries provide information about specific paper keywords.
  175. *DefaultImageableArea: Letter
  176. *ImageableArea Letter: "0 0 612 792 "
  177. *ImageableArea Legal: "0 0 612 1008 "
  178. *ImageableArea Tabloid: "0 0 792 1224 "
  179. *ImageableArea LARGE: "0 0 1008 1944"
  180. *ImageableArea A3: "0 0 842 1191 "
  181. *ImageableArea A4: "0 0 596 842  "
  182. *ImageableArea A5: "0 0 420 596  "
  183. *ImageableArea B5: "0 0 516 729  "
  184. *ImageableArea Letter.Transverse: "0 0 612 792 "
  185. *ImageableArea Legal.Transverse:  "0 0 612 1008 "
  186. *ImageableArea A4.Transverse: "0 0 596 842 "
  187. *ImageableArea A5.Transverse: "0 0 420 596 "
  188. *ImageableArea B5.Transverse: "0 0 516 729 "
  189. *?ImageableArea: "
  190.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  191.   newpath clippath pathbbox
  192.   4 -2 roll exch 2 {ceiling cvp} repeat
  193.   exch 2 {floor cvp} repeat flush
  194.  restore
  195. "
  196. *End
  197.  
  198. *% These provide the physical dimensions of the paper (by keyword)
  199. *DefaultPaperDimension: Letter
  200. *PaperDimension Letter: "612 792 "
  201. *PaperDimension Legal: "612 1008"
  202. *PaperDimension Tabloid: "792 1224"
  203. *PaperDimension LARGE: "1008 1944"
  204. *PaperDimension A3: "842 1191"
  205. *PaperDimension A4: "596 842 "
  206. *PaperDimension A5: "420 596 "
  207. *PaperDimension B5: "516 729 "
  208. *PaperDimension Letter.Transverse: "612 792 "
  209. *PaperDimension Legal.Transverse: "612 1008 "
  210. *PaperDimension A4.Transverse: "596 842 "
  211. *PaperDimension A5.Transverse: "420 596 "
  212. *PaperDimension B5.Transverse: "516 729 "
  213.  
  214. *% Custom Page Sizes
  215. *CustomPageSize True: "exch pop statusdict begin setpageparams end"
  216. *ParamCustomPageSize Width: 1 points 0 1008
  217. *ParamCustomPageSize Height: 2 points 0 1944
  218. *ParamCustomPageSize WidthOffset/Margins: 3 points 0 1008
  219. *ParamCustomPageSize HeightOffset: 4 points 0 0
  220. *ParamCustomPageSize Orientation: 5 int 0 1
  221.  
  222. *% Default Handling Features. This machine is a roll-fed machine, which is 
  223. *% why most of these entries have values of "None".
  224. *OpenUI *InputSlot: PickOne
  225. *OrderDependency: 20 AnySetup *InputSlot
  226. *DefaultInputSlot: Cassette
  227. *InputSlot Cassette: ""
  228. *CloseUI: *InputSlot
  229. *% Imagesetter Information =====================
  230. *OpenGroup: Imagesetter
  231. *OpenUI *MirrorPrint/Mirror Print: Boolean
  232. *OrderDependency: 50 AnySetup *MirrorPrint
  233. *MirrorPrint True: "true statusdict /setmirrorprint get exec"
  234. *MirrorPrint False: "false statusdict /setmirrorprint get exec"
  235. *DefaultMirrorPrint: False
  236. *?MirrorPrint: "save statusdict /mirrorprint get exec
  237.    { (True) } { (False) } ifelse = flush restore"
  238. *End
  239. *CloseUI: *MirrorPrint
  240.  
  241. *NegativePrint True: "statusdict begin true setinvert end"
  242. *DefaultNegativePrint: False
  243. *?NegativePrint: "statusdict begin invert end
  244.                   {(True)}{(False)}ifelse = flush"
  245. *End
  246.  
  247. *AdvanceMedia None: ""
  248. *DefaultAdvanceMedia: None
  249. *?AdvanceMedia: "(None) = flush"
  250.  
  251. *CutMedia None: ""
  252. *DefaultCutMedia: None
  253. *?CutMedia: "(None) = flush"
  254. *CloseGroup: Imagesetter
  255.  
  256. *% Font Information =====================
  257.  
  258. *DefaultFont: Courier
  259. *Font Courier: Standard "(001.004)" Standard ROM
  260. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  261. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  262. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  263. *Font Helvetica: Standard "(001.002)" Standard ROM
  264. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  265. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  266. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  267. *Font Symbol: Special "(001.003)" Special ROM
  268. *Font Times-Bold: Standard "(001.002)" Standard ROM
  269. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  270. *Font Times-Italic: Standard "(001.002)" Standard ROM
  271. *Font Times-Roman: Standard "(001.002)" Standard ROM
  272. *?FontQuery: "
  273. save
  274. {
  275.   count 1 gt {
  276.   exch dup 128 string cvs (/) print print (:) print
  277.   dup FontDirectory exch known {pop (Yes)}
  278.   {
  279.     (fonts/                              )
  280.       dup 3 -1 roll 128 string cvs dup length /len exch def
  281.       6 exch putinterval
  282.       0 len 6 add getinterval mark exch
  283.       { } 128 string filenameforall counttomark 0 gt {
  284.       cleartomark (Yes)}{cleartomark (No)}ifelse
  285.       }ifelse =
  286.       }{ exit } ifelse
  287.   } bind loop
  288.   (*) = flush
  289. restore
  290. "
  291. *End
  292.  
  293. *?FontList: "
  294. save
  295.   FontDirectory { pop == } bind forall flush
  296.   /filenameforall where {
  297.     pop (fonts/*) {
  298.     dup length 6 sub 6 exch getinterval cvn ==
  299.     } bind
  300.     128 string filenameforall flush
  301.   } if
  302.   (*) = flush
  303. restore
  304. "
  305. *End
  306.  
  307. *% Printer Messages (verbatim from printer):
  308. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  309. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  310. *Message: "\FontName\ not found, using Courier"
  311.  
  312. *% Status (format: %%[ status: <one of these> ]%% )
  313. *Status: "idle"
  314. *Status: "busy"
  315. *Status: "waiting"
  316. *Status: "printing"
  317.  
  318. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  319. *Source: "serial9"
  320. *Source: "serial25"
  321. *Source: "AppleTalk"
  322. *Source: "Centronics"
  323.  
  324. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  325. *PrinterError: "Fatal error"
  326. *PrinterError: "Engine hardware failure"
  327. *PrinterError: "Printer busy"
  328. *PrinterError: "Printer in pause"
  329. *PrinterError: "Media jam"
  330. *PrinterError: "Cutter jam"
  331. *PrinterError: "No cassette"
  332. *PrinterError: "No media"
  333. *PrinterError: "Take done"
  334. *PrinterError: "Missed breakpoint"
  335. *PrinterError: "Warning: Low media"
  336. *PrinterError: "Cover Open"
  337. *PrinterError: "Non Voltatile Memory Write Complete"
  338. *PrinterError: "No Cutter"
  339. *PrinterError: "Engine Underrun"
  340. *PrinterError: "External Processor Not Ready"
  341. *PrinterError: "Command Processing State"
  342. *PrinterError: "Time out on engine communication"
  343. *PrinterError: "Engine communication failure"
  344. *PrinterError: "Error in engine resolution"
  345. *PrinterError: "Printer OK"
  346. *PrinterError: "Failed printerstart"
  347. *PrinterError: "Image transfer problem"
  348. *PrinterError: "Image transfer problem"
  349. *PrinterError: "Image transfer problem"
  350. *PrinterError: "Image transfer problem"
  351. *PrinterError: "Image transfer problem"
  352. *PrinterError: "Image transfer problem"
  353. *PrinterError: "Image transfer problem"
  354. *PrinterError: "Default page being defined is too long."
  355. *PrinterError: "Page being defined is too wide."
  356. *PrinterError: "Printer needs attention"
  357.  
  358.  
  359. *% Color Separation Information =====================
  360.  
  361. *InkName: ProcessCyan/Process Cyan
  362. *InkName: ProcessMagenta/Process Magenta
  363. *InkName: ProcessYellow/Process Yellow
  364. *InkName: ProcessBlack/Process Black
  365. *InkName: CustomColor/Custom Color
  366.  
  367.  
  368. *ColorSepScreenAngle ProcessBlack.65lpi.600dpi/65 lpi / 600 dpi: "45.0"
  369. *ColorSepScreenAngle CustomColor.65lpi.600dpi/65 lpi / 600 dpi: "45.0"
  370. *ColorSepScreenAngle ProcessCyan.65lpi.600dpi/65 lpi / 600 dpi: "15.0"
  371. *ColorSepScreenAngle ProcessMagenta.65lpi.600dpi/65 lpi / 600 dpi: "75.0"
  372. *ColorSepScreenAngle ProcessYellow.65lpi.600dpi/65 lpi / 600 dpi: "0.0"
  373.  
  374. *ColorSepScreenFreq ProcessBlack.65lpi.600dpi/65 lpi / 600 dpi: "65.0"
  375. *ColorSepScreenFreq CustomColor.65lpi.600dpi/65 lpi / 600 dpi: "65.0"
  376. *ColorSepScreenFreq ProcessCyan.65lpi.600dpi/65 lpi / 600 dpi: "65.0"
  377. *ColorSepScreenFreq ProcessMagenta.65lpi.600dpi/65 lpi / 600 dpi: "65.0"
  378. *ColorSepScreenFreq ProcessYellow.65lpi.600dpi/65 lpi / 600 dpi: "65.0"
  379.  
  380. *ColorSepScreenAngle ProcessBlack.75lpi.600dpi/75 lpi / 600 dpi: "45.0"
  381. *ColorSepScreenAngle CustomColor.75lpi.600dpi/75 lpi / 600 dpi: "45.0"
  382. *ColorSepScreenAngle ProcessCyan.75lpi.600dpi/75 lpi / 600 dpi: "15.0"
  383. *ColorSepScreenAngle ProcessMagenta.75lpi.600dpi/75 lpi / 600 dpi: "75.0"
  384. *ColorSepScreenAngle ProcessYellow.75lpi.600dpi/75 lpi / 600 dpi: "0.0"
  385.  
  386. *ColorSepScreenFreq ProcessBlack.75lpi.600dpi/75 lpi / 600 dpi: "75.0"
  387. *ColorSepScreenFreq CustomColor.75lpi.600dpi/75 lpi / 600 dpi: "75.0"
  388. *ColorSepScreenFreq ProcessCyan.75lpi.600dpi/75 lpi / 600 dpi: "75.0"
  389. *ColorSepScreenFreq ProcessMagenta.75lpi.600dpi/75 lpi / 600 dpi: "75.0"
  390. *ColorSepScreenFreq ProcessYellow.75lpi.600dpi/75 lpi / 600 dpi: "75.0"
  391.  
  392. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  393. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  394. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "15.0"
  395. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "75.0"
  396. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  397.  
  398. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "85.0"
  399. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "85.0"
  400. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "85.0"
  401. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "85.0"
  402. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "85.0"
  403.  
  404. *ColorSepScreenAngle ProcessBlack.100lpi.600dpi/100 lpi / 600 dpi: "45.0"
  405. *ColorSepScreenAngle CustomColor.100lpi.600dpi/100 lpi / 600 dpi: "45.0"
  406. *ColorSepScreenAngle ProcessCyan.100lpi.600dpi/100 lpi / 600 dpi: "15.0"
  407. *ColorSepScreenAngle ProcessMagenta.100lpi.600dpi/100 lpi / 600 dpi: "75.0"
  408. *ColorSepScreenAngle ProcessYellow.100lpi.600dpi/100 lpi / 600 dpi: "0.0"
  409.  
  410. *ColorSepScreenFreq ProcessBlack.100lpi.600dpi/100 lpi / 600 dpi: "100.0"
  411. *ColorSepScreenFreq CustomColor.100lpi.600dpi/100 lpi / 600 dpi: "100.0"
  412. *ColorSepScreenFreq ProcessCyan.100lpi.600dpi/100 lpi / 600 dpi: "100.0"
  413. *ColorSepScreenFreq ProcessMagenta.100lpi.600dpi/100 lpi / 600 dpi: "100.0"
  414. *ColorSepScreenFreq ProcessYellow.100lpi.600dpi/100 lpi / 600 dpi: "100.0"
  415.  
  416.  
  417.  
  418. *% For 65 lpi  =====================================================
  419.  
  420. *ColorSepScreenAngle ProcessBlack.65lpi.1200dpi/65 lpi  / 1200 dpi: "45.0"
  421. *ColorSepScreenAngle CustomColor.65lpi.1200dpi/65 lpi  / 1200 dpi: "45.0"
  422. *ColorSepScreenAngle ProcessCyan.65lpi.1200dpi/65 lpi  / 1200 dpi: "18.43"
  423. *ColorSepScreenAngle ProcessMagenta.65lpi.1200dpi/65 lpi  / 1200 dpi: "71.57"
  424. *ColorSepScreenAngle ProcessYellow.65lpi.1200dpi/65 lpi  / 1200 dpi: "0.0"
  425.  
  426. *ColorSepScreenFreq ProcessBlack.65lpi.1200dpi/65 lpi  / 1200 dpi: "70.71"
  427. *ColorSepScreenFreq CustomColor.65lpi.1200dpi/65 lpi  / 1200 dpi: "70.71"
  428. *ColorSepScreenFreq ProcessCyan.65lpi.1200dpi/65 lpi  / 1200 dpi: "63.25"
  429. *ColorSepScreenFreq ProcessMagenta.65lpi.1200dpi/65 lpi  / 1200 dpi: "63.25"
  430. *ColorSepScreenFreq ProcessYellow.65lpi.1200dpi/65 lpi  / 1200 dpi: "66.67"
  431.  
  432. *ColorSepScreenAngle ProcessBlack.65lpi.2400dpi/65 lpi / 2400 dpi: "45.0"
  433. *ColorSepScreenAngle CustomColor.65lpi.2400dpi/65 lpi / 2400 dpi: "45.0"
  434. *ColorSepScreenAngle ProcessCyan.65lpi.2400dpi/65 lpi / 2400 dpi: "18.43"
  435. *ColorSepScreenAngle ProcessMagenta.65lpi.2400dpi/65 lpi / 2400 dpi: "71.57"
  436. *ColorSepScreenAngle ProcessYellow.65lpi.2400dpi/65 lpi / 2400 dpi: "0.0"
  437.  
  438. *ColorSepScreenFreq ProcessBlack.65lpi.2400dpi/65 lpi / 2400 dpi: "70.71"
  439. *ColorSepScreenFreq CustomColor.65lpi.2400dpi/65 lpi / 2400 dpi: "70.71"
  440. *ColorSepScreenFreq ProcessCyan.65lpi.2400dpi/65 lpi / 2400 dpi: "63.25"
  441. *ColorSepScreenFreq ProcessMagenta.65lpi.2400dpi/65 lpi / 2400 dpi: "63.25"
  442. *ColorSepScreenFreq ProcessYellow.65lpi.2400dpi/65 lpi / 2400 dpi: "66.67"
  443.  
  444. *% For 100 lpi  =====================================================
  445.  
  446. *ColorSepScreenAngle ProcessBlack.100lpi.1200dpi/100 lpi  / 1200 dpi: "45.0"
  447. *ColorSepScreenAngle CustomColor.100lpi.1200dpi/100 lpi  / 1200 dpi: "45.0"
  448. *ColorSepScreenAngle ProcessCyan.100lpi.1200dpi/100 lpi  / 1200 dpi: "18.43"
  449. *ColorSepScreenAngle ProcessMagenta.100lpi.1200dpi/100 lpi  / 1200 dpi: "71.57"
  450. *ColorSepScreenAngle ProcessYellow.100lpi.1200dpi/100 lpi  / 1200 dpi: "0.0"
  451.  
  452. *ColorSepScreenFreq ProcessBlack.100lpi.1200dpi/100 lpi  / 1200 dpi: "106.07"
  453. *ColorSepScreenFreq CustomColor.100lpi.1200dpi/100 lpi  / 1200 dpi: "106.07"
  454. *ColorSepScreenFreq ProcessCyan.100lpi.1200dpi/100 lpi  / 1200 dpi: "94.87"
  455. *ColorSepScreenFreq ProcessMagenta.100lpi.1200dpi/100 lpi  / 1200 dpi: "94.87"
  456. *ColorSepScreenFreq ProcessYellow.100lpi.1200dpi/100 lpi  / 1200 dpi: "100.00"
  457.  
  458. *ColorSepScreenAngle ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi: "45.0"
  459. *ColorSepScreenAngle CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi: "45.0"
  460. *ColorSepScreenAngle ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi: "18.43"
  461. *ColorSepScreenAngle ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi: "71.57"
  462. *ColorSepScreenAngle ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi: "0.0"
  463.  
  464. *ColorSepScreenFreq ProcessBlack.100lpi.2400dpi/100 lpi / 2400 dpi: "106.07"
  465. *ColorSepScreenFreq CustomColor.100lpi.2400dpi/100 lpi / 2400 dpi: "106.07"
  466. *ColorSepScreenFreq ProcessCyan.100lpi.2400dpi/100 lpi / 2400 dpi: "94.87"
  467. *ColorSepScreenFreq ProcessMagenta.100lpi.2400dpi/100 lpi / 2400 dpi: "94.87"
  468. *ColorSepScreenFreq ProcessYellow.100lpi.2400dpi/100 lpi / 2400 dpi: "100.00"
  469.  
  470. *% For 120 lpi  =====================================================
  471.  
  472. *ColorSepScreenAngle ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi: "45.0"
  473. *ColorSepScreenAngle CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi: "45.0"
  474. *ColorSepScreenAngle ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi: "18.43"
  475. *ColorSepScreenAngle ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi: "71.57"
  476. *ColorSepScreenAngle ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi: "0.0"
  477.  
  478. *ColorSepScreenFreq ProcessBlack.120lpi.2400dpi/120 lpi / 2400 dpi: "113.14"
  479. *ColorSepScreenFreq CustomColor.120lpi.2400dpi/120 lpi / 2400 dpi: "113.14"
  480. *ColorSepScreenFreq ProcessCyan.120lpi.2400dpi/120 lpi / 2400 dpi: "126.50"
  481. *ColorSepScreenFreq ProcessMagenta.120lpi.2400dpi/120 lpi / 2400 dpi: "126.50"
  482. *ColorSepScreenFreq ProcessYellow.120lpi.2400dpi/120 lpi / 2400 dpi: "120.00"
  483.  
  484. *% For 133 lpi  =====================================================
  485.  
  486. *ColorSepScreenAngle ProcessBlack.133lpi.1200dpi/133 lpi  / 1200 dpi: "45.0"
  487. *ColorSepScreenAngle CustomColor.133lpi.1200dpi/133 lpi  / 1200 dpi: "45.0"
  488. *ColorSepScreenAngle ProcessCyan.133lpi.1200dpi/133 lpi  / 1200 dpi: "18.43"
  489. *ColorSepScreenAngle ProcessMagenta.133lpi.1200dpi/133 lpi  / 1200 dpi: "71.57"
  490. *ColorSepScreenAngle ProcessYellow.133lpi.1200dpi/133 lpi  / 1200 dpi: "0.0"
  491.  
  492. *ColorSepScreenFreq ProcessBlack.133lpi.1200dpi/133 lpi  / 1200 dpi: "141.42"
  493. *ColorSepScreenFreq CustomColor.133lpi.1200dpi/133 lpi  / 1200 dpi: "141.42"
  494. *ColorSepScreenFreq ProcessCyan.133lpi.1200dpi/133 lpi  / 1200 dpi: "126.50"
  495. *ColorSepScreenFreq ProcessMagenta.133lpi.1200dpi/133 lpi  / 1200 dpi: "126.50"
  496. *ColorSepScreenFreq ProcessYellow.133lpi.1200dpi/133 lpi  / 1200 dpi: "133.33"
  497.  
  498. *ColorSepScreenAngle ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi: "45.0"
  499. *ColorSepScreenAngle CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi: "45.0"
  500. *ColorSepScreenAngle ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi: "18.43"
  501. *ColorSepScreenAngle ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi: "71.57"
  502. *ColorSepScreenAngle ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi: "0.0"
  503.  
  504. *ColorSepScreenFreq ProcessBlack.133lpi.2400dpi/133 lpi / 2400 dpi: "141.42"
  505. *ColorSepScreenFreq CustomColor.133lpi.2400dpi/133 lpi / 2400 dpi: "141.42"
  506. *ColorSepScreenFreq ProcessCyan.133lpi.2400dpi/133 lpi / 2400 dpi: "126.50"
  507. *ColorSepScreenFreq ProcessMagenta.133lpi.2400dpi/133 lpi / 2400 dpi: "126.50"
  508. *ColorSepScreenFreq ProcessYellow.133lpi.2400dpi/133 lpi / 2400 dpi: "133.33"
  509.  
  510. *% For 150 lpi  =====================================================
  511.  
  512. *ColorSepScreenAngle ProcessBlack.150lpi.1200dpiATLAS/150 lpi  / 1200 dpi ATLAS: "45.0"
  513. *ColorSepScreenAngle CustomColor.150lpi.1200dpiATLAS/150 lpi  / 1200 dpi ATLAS: "45.0"
  514. *ColorSepScreenAngle ProcessCyan.150lpi.1200dpiATLAS/150 lpi  / 1200 dpi ATLAS: "18.43"
  515. *ColorSepScreenAngle ProcessMagenta.150lpi.1200dpiATLAS/150 lpi  / 1200 dpi ATLAS: "71.57"
  516. *ColorSepScreenAngle ProcessYellow.150lpi.1200dpiATLAS/150 lpi  / 1200 dpi ATLAS: "0.0"
  517.  
  518. *ColorSepScreenFreq ProcessBlack.150lpi.1200dpiATLAS/150 lpi  / 1200 dpi ATLAS: "169.71"
  519. *ColorSepScreenFreq CustomColor.150lpi.1200dpiATLAS/150 lpi  / 1200 dpi ATLAS: "169.71"
  520. *ColorSepScreenFreq ProcessCyan.150lpi.1200dpiATLAS/150 lpi  / 1200 dpi ATLAS: "126.50"
  521. *ColorSepScreenFreq ProcessMagenta.150lpi.1200dpiATLAS/150 lpi  / 1200 dpi ATLAS: "126.50"
  522. *ColorSepScreenFreq ProcessYellow.150lpi.1200dpiATLAS/150 lpi  / 1200 dpi ATLAS: "150.00"
  523.  
  524. *ColorSepScreenAngle ProcessBlack.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "45.0"
  525. *ColorSepScreenAngle CustomColor.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "45.0"
  526. *ColorSepScreenAngle ProcessCyan.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "18.43"
  527. *ColorSepScreenAngle ProcessMagenta.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "71.57"
  528. *ColorSepScreenAngle ProcessYellow.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "0.0"
  529.  
  530. *ColorSepScreenFreq ProcessBlack.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "169.71"
  531. *ColorSepScreenFreq CustomColor.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "169.71"
  532. *ColorSepScreenFreq ProcessCyan.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "126.50"
  533. *ColorSepScreenFreq ProcessMagenta.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "126.50"
  534. *ColorSepScreenFreq ProcessYellow.150lpi.2400dpiATLAS/150 lpi / 2400 dpi ATLAS: "150.00"
  535.  
  536. *% For 150 lpi  =====================================================
  537.  
  538. *ColorSepScreenAngle ProcessBlack.150lpi.1200dpiSTAR/150 lpi  / 1200 dpi STAR: "45.0"
  539. *ColorSepScreenAngle CustomColor.150lpi.1200dpiSTAR/150 lpi  / 1200 dpi STAR: "45.0"
  540. *ColorSepScreenAngle ProcessCyan.150lpi.1200dpiSTAR/150 lpi  / 1200 dpi STAR: "18.43"
  541. *ColorSepScreenAngle ProcessMagenta.150lpi.1200dpiSTAR/150 lpi  / 1200 dpi STAR: "71.57"
  542. *ColorSepScreenAngle ProcessYellow.150lpi.1200dpiSTAR/150 lpi  / 1200 dpi STAR: "0.0"
  543.  
  544. *ColorSepScreenFreq ProcessBlack.150lpi.1200dpiSTAR/150 lpi  / 1200 dpi STAR: "169.71"
  545. *ColorSepScreenFreq CustomColor.150lpi.1200dpiSTAR/150 lpi  / 1200 dpi STAR: "169.71"
  546. *ColorSepScreenFreq ProcessCyan.150lpi.1200dpiSTAR/150 lpi  / 1200 dpi STAR: "126.50"
  547. *ColorSepScreenFreq ProcessMagenta.150lpi.1200dpiSTAR/150 lpi  / 1200 dpi STAR: "126.50"
  548. *ColorSepScreenFreq ProcessYellow.150lpi.1200dpiSTAR/150 lpi  / 1200 dpi STAR: "150.00"
  549.  
  550. *ColorSepScreenAngle ProcessBlack.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "45.0"
  551. *ColorSepScreenAngle CustomColor.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "45.0"
  552. *ColorSepScreenAngle ProcessCyan.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "14.93"
  553. *ColorSepScreenAngle ProcessMagenta.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "75.07"
  554. *ColorSepScreenAngle ProcessYellow.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "0.0"
  555.  
  556. *ColorSepScreenFreq ProcessBlack.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "154.28"
  557. *ColorSepScreenFreq CustomColor.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "154.28"
  558. *ColorSepScreenFreq ProcessCyan.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "154.60"
  559. *ColorSepScreenFreq ProcessMagenta.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "154.60"
  560. *ColorSepScreenFreq ProcessYellow.150lpi.2400dpiSTAR/150 lpi / 2400 dpi STAR: "150.00"
  561.  
  562. *% For 160 lpi  =====================================================
  563.  
  564. *ColorSepScreenAngle ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi: "45.0"
  565. *ColorSepScreenAngle CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi: "45.0"
  566. *ColorSepScreenAngle ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi: "18.43"
  567. *ColorSepScreenAngle ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi: "71.57"
  568. *ColorSepScreenAngle ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi: "0.0"
  569.  
  570. *ColorSepScreenFreq ProcessBlack.160lpi.2400dpi/160 lpi / 2400 dpi: "169.71"
  571. *ColorSepScreenFreq CustomColor.160lpi.2400dpi/160 lpi / 2400 dpi: "169.71"
  572. *ColorSepScreenFreq ProcessCyan.160lpi.2400dpi/160 lpi / 2400 dpi: "151.79"
  573. *ColorSepScreenFreq ProcessMagenta.160lpi.2400dpi/160 lpi / 2400 dpi: "151.79"
  574. *ColorSepScreenFreq ProcessYellow.160lpi.2400dpi/160 lpi / 2400 dpi: "160.00"
  575.  
  576. *% For 175 lpi  =====================================================
  577.  
  578. *ColorSepScreenAngle ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi: "45.0"
  579. *ColorSepScreenAngle CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi: "45.0"
  580. *ColorSepScreenAngle ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi: "18.43"
  581. *ColorSepScreenAngle ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi: "71.57"
  582. *ColorSepScreenAngle ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi: "0.0"
  583.  
  584. *ColorSepScreenFreq ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi: "169.71"
  585. *ColorSepScreenFreq CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi: "169.71"
  586. *ColorSepScreenFreq ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi: "189.74"
  587. *ColorSepScreenFreq ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi: "189.74"
  588. *ColorSepScreenFreq ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi: "160.00"
  589.  
  590. *% For 200 lpi  =====================================================
  591.  
  592. *ColorSepScreenAngle ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi: "45.0"
  593. *ColorSepScreenAngle CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi: "45.0"
  594. *ColorSepScreenAngle ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi: "18.43"
  595. *ColorSepScreenAngle ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi: "71.57"
  596. *ColorSepScreenAngle ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi: "0.0"
  597.  
  598. *ColorSepScreenFreq ProcessBlack.200lpi.2400dpi/200 lpi / 2400 dpi: "212.13"
  599. *ColorSepScreenFreq CustomColor.200lpi.2400dpi/200 lpi / 2400 dpi: "212.13"
  600. *ColorSepScreenFreq ProcessCyan.200lpi.2400dpi/200 lpi / 2400 dpi: "189.74"
  601. *ColorSepScreenFreq ProcessMagenta.200lpi.2400dpi/200 lpi / 2400 dpi: "189.74"
  602. *ColorSepScreenFreq ProcessYellow.200lpi.2400dpi/200 lpi / 2400 dpi: "200.00"
  603.  
  604.  
  605. *% The byte count of this file should be exactly 026277 or 026884
  606. *% depending on the filesystem it resides in.
  607. *% end of PPD file for AGFA AccuSet 
  608.